@charset "utf-8";

html { 
    width:100%;
    scroll-behavior:smooth;
}

/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

#info h2{
	font-size: 20pt;
	text-align: center;
	
}

#info p{
	font-size: 16pt;
	text-align: center;
	
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 100%;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close::after, 
.modaal-close::before{
	background:#ccc;	
}

.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before{
	background:#bbb;
}

header{
	width:100%;
	height: 100vh;
}

#topimg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-height: 100vh;
	width: 100%;
	z-index: -5;
}

#lump1 img,#lump2 img,#lump3 img,#lump4 img,#lump5 img,#lump1_hover img,#lump2_hover img,#lump3_hover img,#lump4_hover img,#lump5_hover img{
	width:250px;
}

#lump1{
	position: absolute;
	left:25%;
	transition:0.3s all; 
}

#lump1_hover{
	position: absolute;
	left:25%;
	transition:0.3s all; 
	opacity: 0;
}


#lump1:hover{
	opacity: 0;
}

#lump1_hover:hover{
	opacity: 1;
}

#lump1_hover:hover::before{
	content: 'ABOUT';
	color: #1E1A1A;
	font-size: 70px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 50%;
	left: 25%;
	font-family: 'Zeyada', cursive;
}

#lump1_hover:hover::after{
	content: 'Crab Crab Clubについて';
	color: #1E1A1A;
	font-size: 26px;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 60%;
	left: 25%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump2{
	position: absolute;
	left:33%;
	transition:0.3s all; 
}

#lump2_hover{
	position: absolute;
	left:33%;
	transition:0.3s all; 
	opacity: 0;
}

#lump2_hover:hover::before{
	content: 'DISCOGRAPHY';
	color: #1E1A1A;
	font-size: 70px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 50%;
	left: 25%;
	font-family: 'Zeyada', cursive;
}

#lump2_hover:hover::after{
	content: 'これまでの作品集';
	color: #1E1A1A;
	font-size: 26px;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 60%;
	left: 25%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump2:hover{
	opacity: 0;
}

#lump2_hover:hover{
	opacity: 1;
}


#lump3{
	position: absolute;
	left:42%;
	transition:0.3s all; 
}

#lump3_hover{
	position: absolute;
	left:42%;
	transition:0.3s all; 
	opacity: 0;
}

#lump3_hover:hover::before{
	content: 'FREE DOWNLOAD';
	color: #1E1A1A;
	font-size: 70px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 50%;
	left: 25%;
	font-family: 'Zeyada', cursive;
}

#lump3_hover:hover::after{
	content: '無料音源集';
	color: #1E1A1A;
	font-size: 26px;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 60%;
	left: 25%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump3:hover{
	opacity: 0;
}

#lump3_hover:hover{
	opacity: 1;
}


#lump4{
	position: absolute;
	left:50%;
	transition:0.3s all; 
}

#lump4_hover{
	position: absolute;
	left:50%;
	transition:0.3s all; 
	opacity: 0;
}

#lump4_hover:hover::before{
	content: 'CONTACT';
	color: #1E1A1A;
	font-size: 70px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 50%;
	left: 25%;
	font-family: 'Zeyada', cursive;
}

#lump4_hover:hover::after{
	content: 'お問い合わせ・依頼など';
	color: #1E1A1A;
	font-size: 26px;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 60%;
	left: 25%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump4:hover{
	opacity: 0;
}

#lump4_hover:hover{
	opacity: 1;
}


#lump5{
	position: absolute;
	left:70%;
	transition:0.3s all; 
}

#lump5_hover{
	position: absolute;
	left:70%;
	transition:0.3s all; 
	opacity: 0;
}

#lump5_hover:hover::before{
	content: 'BOOTH';
	color: #1E1A1A;
	font-size: 70px;
	font-style: oblique;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 50%;
	left: 25%;
	font-family: 'Zeyada', cursive;
}

#lump5_hover:hover::after{
	content: '通販サイト「BOOTH」へ';
	color: #1E1A1A;
	font-size: 26px;
	text-shadow: 2px 2px 4px #999;
	position: fixed;
	top: 60%;
	left: 25%;
	font-family: 'M PLUS 1', sans-serif;
	/*font-family: 'Zeyada', cursive;*/
}


#lump5:hover{
	opacity: 0;
}

#lump5_hover:hover{
	opacity: 1;
}



#helpbuttom{
	position: absolute;
	left: 50%;
	z-index: 999;
	
}

/*ここまでトップぺージCSS*/

body{
    background-color: #ddd;
    margin: 0 auto;
    font-family: 'Murecho', sans-serif;
    color: #666;
}


#topsnslink{
    font-size: 13pt;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 460px;
    height: 50px;
    list-style: none;
}

#topsnslink a{
    display: inline-block;
    text-align: center;
    width: 200px;
    margin: 10px;
}

#topsnslink .twitterlink a{
    display: inline-block;
    text-align: center;
    background-color: #1DA1F2;
    color: #ddd;
    padding: 10px;
}

#topsnslink .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
}

#topsnslink .niconicolink a{
    display: inline-block;
    text-align: center;
    background-color: #222;
    color: #ddd;
    padding: 10px;
}


/*↓↓ここからmainnav↓↓*/


#mainNavi img{
    width: 50px;

}

#mainNavi{
	position: absolute;
	top:0;
}

#mainNavi nav ul{
    font-size: 20pt;
    background-color:rgba(255,255,255, 0.7);
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    text-align: center;
    z-index: 999;
	box-shadow: 0px 5px 2px #aaa;
} 




/*↓↓ここからABOUT↓↓*/

.innerWrap{
    width: 100%;
    height: 100vh;
}


#abouth2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#abouth2 span {
	position: relative;
	z-index: 2;
}

#abouth2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 200px;
	font-style: italic;
}




#about h3{
    font-size: 26pt;
}

.h3border {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.h3border::before,
.h3border::after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #aaa;
}

.h3border::before {
	margin-right: 20px;
}
.h3border::after {
	margin-left: 20px;
}

.prfimg{
	width: 170px;
	background-color: #efefef;
}

#about #circleLayout p{
    margin: 24px;
}


#circleLayout{
    text-align: center;

}


#memberLayout {
    /*background-color: blue;*/
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
    text-align: center;
    line-height: 1.5;
	margin: 20px;
}

#memberLayout h3{
    margin-bottom: 30px;
}

#memberLayout img{
    margin-bottom: 20px;
}

#memberLayout  a{
    display: flex;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

#memberLayout .twitterlink a{
    display: inline-block;
    text-align: center;
    background-color: #1DA1F2;
    color: #ddd;
    padding: 10px;
	transition: all .3s;
}

#memberLayout .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
	transition: all .3s;

}

#memberLayout .LINElink a{
    display: inline-block;
    text-align: center;
    background-color: #00B900;
    color: #ddd;
    padding: 10px;
	transition: all .3s;
}

#memberLayout .twitterlink a:hover,#memberLayout .youtubelink a:hover,#memberLayout .LINElink a:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px)
}

/*↑↑ここまでABOUT↑↑*/

/*↓↓ここからディスコグラフぃ↓↓*/
#discographyh2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#discographyh2 span {
	position: relative;
	z-index: 2;
}

#discographyh2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 200px;
	font-style: italic;
}


#discographyh2 .innerWrap p{
    text-align: center;
    margin: 40px 0 40px 0;
}

#discography h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}

#cd{
	margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

#cd p{
	margin: 20px;
}

#cd h3{
    margin: 30px 0;
	font-size: 30px;
}


#cd img{
    width: 400px;
    height: 400px;
	transition: all .3s;
}

#cd img:hover{
	box-shadow: 10px 10px 4px #ccc;
	transform: translateY(-7px)
}


#cd .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px 70px;
	transition: all .3s;
}

#cd .youtubelink a:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px)
}


/*↑↑ここまでDISCOGRAPHY↑↑*/

/*↓↓ここからFREEDL↓↓*/

#freedownload .innerWrap{
    width: 100%;
    height: auto;
}


#freedlh2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	margin-top: 150px;
}

#freedlh2 span {
	position: relative;
	z-index: 2;
}

#freedlh2::before {
	font-family: 'Zeyada', cursive;
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(100,100,100,0.2);
	font-size: 120px;
	font-style: italic;
}


#freedlh2 .innerWrap p{
    text-align: center;
    margin: 40px 0 40px 0;
}

#discography h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}


.h2caption{
    text-align: center;
    font-size: 16pt;
}

#tracklist{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
}

#tracklist div{
    border: 1px solid #666;
    width: 400px;
    height: 450px;
    margin: 30px 40px;
}

#tracklist div h3{
    font-size: 18pt;
    margin: 10px 0;
}

.originalsong{
    margin: 20px;

}

#tracklist .youtubelink a{
    display: inline-block;
    text-align: center;
    background-color: #DA1725;
    color: #ddd;
    padding: 10px;
    margin: 15px 0;
    width: 200px;
	transition: all .3s;
}

#tracklist .downloadlink a{
    display: inline-block;
    text-align: center;
    background-color: #666;
    color: #ddd;
    padding: 10px;
    width: 200px;
	transition: all .3s;
	position: relative;
}

#tracklist .downloadlink a:hover,#tracklist .youtubelink a:hover{
	box-shadow: 4px 4px 4px #777;
	transform: translateY(-7px)
}


#tracklist iframe{
    width: 350px;
    height: 180px;
}   

.material-symbols-outlined{
	position: absolute;
	top: 17%;
	left: 14%;
}











/*↑↑ここまでFREEDL↑↑*/

#contact .innerWrap{
    height: 1000px;
    width: 100%;
}

#contact h2{
    font-size:24pt ;
    text-align: center;
	padding: 40px 0;
	margin-top: 100px;
}

#contact .innerWrap .h2caption{ 
    line-height: 2.0;
}

#contact .innerWrap .h2caption a{ 
    color: #1DA1F2;

}

#contact .innerWrap .h2caption a:hover{ 
    background-color: rgba(200, 200, 200, 0.7);
}


/*ここからCCC1のCSS*/
#CCC1header{
    background: none;
    background-color: #d4c186;

}

.CCC1{
    background-color: #1DA1F2;
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

#CCC1Layout{
    display: flex;
    justify-content: space-evenly;

}

.trackimage img{
    width: 700px;
}

.tracklist{
   // background-color: aqua;
    width: 500px;
}

.tracklist p{
    font-size: 20pt;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    text-align: center;
    line-height: 1.2em;
}



/*ここまでCCC1のCSS*/








footer{
    background-color: yellow;
    width: 100%;
    text-align: center;
    flex-wrap:wrap ;
}